GtkPickFlags

Flags that influence the behavior of [method@Widget.pick].

Values

ValueMeaning
DEFAULT0

The default behavior, include widgets that are receiving events

INSENSITIVE1

Include widgets that are insensitive

NON_TARGETABLE2

Include widgets that are marked as non-targetable. See [property@Widget:can-target]

Meta